home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-07-05 | 553 b | 53 lines | [TEXT/ttxt] |
- // Red.Planet by glow@trust.at --- http:||glow.sil.at|| --- &))!
-
- Resn=10,
-
- Durn="5.0",
-
- CamX="25 * sin(t / 7)",
- CamY="50 * atan(t)",
- CamZ="50",
-
- CmLX="0",
- CmLY="5",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
- D1="2 * s - 1",
-
- R="cos( d1 )",
- G="1-abs( d1 )-dt",
- B="dt",
-
-
- widt=750,heig=250,
-
-
- ConL=1,ConB=1,
-
-
- Fall="0.9",
-
- C0="20 * atan( dt )",
- C1="300 * atan( dt ) * dt",
- C2="10 * cos( dt )",
- C3="300 * dt",
-
- D0="abs( mag( s ) )",
-
-
- X="c3 * atan( 6.28318531 * s - 3.141592 )",
- Y="c1 + c0 * d0",
- Z="d0 * c2",
-
-
- Scal="1400",
- ScSz=1,
-
- Pers="200",
-
-
- Vers=30